A11y: fix typo when initializing a container cell accessible
authorMike Gorse <mgorse@suse.com>
Mon, 26 Jan 2015 20:59:50 +0000 (14:59 -0600)
committerMike Gorse <mgorse@suse.com>
Mon, 26 Jan 2015 21:03:10 +0000 (15:03 -0600)
commit9cbf04c1d2db22001995b9851587b475ffcefe44
treeb59320acd90088bb40a648c1e3bc210d5249cfde
parent8cb444147cdbc624c0ecda3209c389dbe824152f
A11y: fix typo when initializing a container cell accessible

Gtk_container_cell_widget_set should chain up to its parent's set
function, not its parent's unset function. This was resulting in
accessibles being erroneously marked defunct after being created.
gtk/a11y/gtkcontainercellaccessible.c